Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

architecture #3

Merged
merged 9 commits into from
Oct 4, 2021
Merged

architecture #3

merged 9 commits into from
Oct 4, 2021

Conversation

psihachina
Copy link
Contributor

@psihachina psihachina commented Sep 27, 2021

This commit adds:

  • add zap logger and implement a wrapper for zap logger
  • add new interfaces for cobra commands
  • introduce new interfaces
  • base struct HCL config
  • add pterm lib
  • change logic init logger
  • add gomplate run function
  • add config init function
  • terraform.init

Example HCL config:

aws_config = "default"
aws_profile = "default"
aws_region = "us-east-2"
env = "dev"
terraform_version = "0.12.31"

service "waypoint" "hamster" {
...
}


service "ecs" "squibby" {
    ...
}


service "serverless" "pecan"  {
 ...
}

@psihachina psihachina requested a review from AutomationD October 4, 2021 05:04
Copy link
Contributor

@AutomationD AutomationD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me from the high level. Good work!

@psihachina psihachina changed the title [WIP] architecture architecture Oct 4, 2021
@psihachina psihachina merged commit a2f1b60 into main Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants